projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4425b82
)
(ccl-decode-mule-utf-8): Remove unnecessary line.
author
Kenichi Handa
<handa@m17n.org>
Tue, 1 Oct 2002 06:03:46 +0000
(06:03 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 1 Oct 2002 06:03:46 +0000
(06:03 +0000)
lisp/international/utf-8.el
patch
|
blob
|
history
diff --git
a/lisp/international/utf-8.el
b/lisp/international/utf-8.el
index fcc35243231fb96df380aa4aac7c8bb522c51201..9bbb9d2c7560b75015f424280b4fc506217237a1 100644
(file)
--- a/
lisp/international/utf-8.el
+++ b/
lisp/international/utf-8.el
@@
-298,7
+298,6
@@
option is not the default."
(r2 = r1)
(r0 &= #x1f)
(r0 <<= 6)
- (r2 = r1) ; save in case of overlong sequence
(r1 &= #x3f)
(r1 += r0)
;; Now r1 holds scalar value